NetBufferStream.appendData

struct NetBufferStream
bool
appendData
(
ref ubyte[] data
)

Parameters

data ubyte[]

The data to append to this stream. The buffer is sliced to remove the size took from it.

Return Value

Type: bool

If it has already finished appending (it is based on how much data it expectes)

Meta